home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Elevator Girl - I Ha…o Paradise With Everybody
/
The Elevator Girl - I Have to Paradise With Everybody.iso
/
mac
/
Menu.DIR
/
00067_Script_67
< prev
next >
Wrap
Text File
|
1996-10-10
|
762b
|
29 lines
on exitFrame
global visible_G, Floor_G, JumpName_G
if Floor_G = (visible_G - 31) then
puppetSound "STOP.AIF"
set the visible of sprite (visible_G - 20) = TRUE
updateStage
WaitTime 1
set the puppet of sprite (visible_G - 10) = FALSE
--
if Floor_G > 4 then
put "Mov" & integer(Floor_G - 4) into JumpName_G
go to "Mov"
else
put visible_G - 31 into field "PhotoGRP_T"
put 1 into field "PhotoCUR_T"
put "P_BRO" into JumpName_G
go to "Jump"
end if
else
if Floor_G < (visible_G - 31) then
set Floor_G = Floor_G + 1
else
set Floor_G = Floor_G - 1
end if
WaitTime 0.5
put "F" & Floor_G into labelName
go to labelName
end if
end